home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3956 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.0 KB

  1. Path: fhcrc.org!JSULLIVA
  2. From: JSULLIVA@fhcrc.org (John Sullivan)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Novice Q: Running a BC++4.5 OWL application...
  5. Date: Fri, 26 Jan 1996 14:50:29
  6. Organization: Fred Hutchinson Cancer Research Center
  7. Message-ID: <JSULLIVA.609.000ED7D2@fhcrc.org>
  8. References: <ragnaroek1996Jan20.093813.19104@news2.compulink.com> <4e05ra$kss@news.halcyon.com>
  9. NNTP-Posting-Host: 140.107.45.35
  10. X-Newsreader: Trumpet for Windows [Version 1.0 Rev A]
  11.  
  12. >mksmith@idirect.com (Martin Smith) wrote:
  13. >>I have written an OWL application that runs just fine with BC++ running, 
  14. >>but which won't run from file manager or File|Run unless BC++ is at least 
  15. >>running in the background.  Is there a switch somewhere among the target 
  16. >>attributes that I may not have set?
  17. >>Any comments appreciated.
  18.  
  19. You have a Borland Custom Control somewhere, so BWCC.DLL needs to be 
  20. loaded. Since BC++ loads it, your app runs fine. 
  21. Look up the EnableBWCC function, or just use standard windows controls in your 
  22. app.
  23.  
  24.  
  25.  John Sullivan
  26.  jsulliva@fhcrc.org
  27.